home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Flybox Trout (Edition 1)
/
Flybox Trout (Edition 1).iso
/
Setup
/
Support
/
FlyBox.exe
/
FlyBox.dxr
/
00016_GetURLScripts.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-04-15
|
350 b
|
20 lines
property spriteNum
on GetUrl me, theURL
if theURL = "FlyBox" then
url = "http://www.flybox.info/"
gotoNetPage(url)
else
if theURL = "Denaploy" then
url = "http://www.denaploy.co.uk/"
gotoNetPage(url)
else
if theURL = "Quit" then
quit()
else
go(theURL)
end if
end if
end if
end